projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9fec778
)
Include To and Cc headers when forwarding with Message
author
Lars Ingebrigtsen
<larsi@gnus.org>
Fri, 28 Jun 2019 13:01:31 +0000
(15:01 +0200)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Fri, 28 Jun 2019 13:01:36 +0000
(15:01 +0200)
* lisp/gnus/message.el (message-forward-included-headers): Include
more of the important headers when forwarded: To and Cc.
lisp/gnus/message.el
patch
|
blob
|
history
diff --git
a/lisp/gnus/message.el
b/lisp/gnus/message.el
index 986567faa1f2dc626dc196e04873acb8ca6f276a..ad3cffcf0eb791bdc2355b15944d090353b417f5 100644
(file)
--- a/
lisp/gnus/message.el
+++ b/
lisp/gnus/message.el
@@
-626,7
+626,7
@@
This may also be a list of regexps."
regexp))
(defcustom message-forward-included-headers
- '("^From:" "^Subject:" "^Date:")
+ '("^From:" "^Subject:" "^Date:"
"^To:" "^CC:"
)
"If non-nil, delete non-matching headers when forwarding a message.
Only headers that match this regexp will be included. This
variable should be a regexp or a list of regexps."